Skip to content

fix: Remove double scrollbar from repo selector#1537

Open
charlesvien wants to merge 1 commit intomainfrom
04-07-remove_double_scrollbar_from_repo_selector
Open

fix: Remove double scrollbar from repo selector#1537
charlesvien wants to merge 1 commit intomainfrom
04-07-remove_double_scrollbar_from_repo_selector

Conversation

@charlesvien
Copy link
Copy Markdown
Member

@charlesvien charlesvien commented Apr 7, 2026

Problem

Repo selector dropdown shows two scrollbars when the list overflows.

Closes #1490

Changes

  1. Add overflow: hidden to .rt-PopoverContent combobox reset so the outer wrapper never scrolls
  2. Remove redundant inline maxHeight: "300px" from GitHubRepoPicker, deferring to the existing [cmdk-root] CSS constraint

How did you test this?

Manually

@charlesvien charlesvien changed the title Remove double scrollbar from repo selector fix: Remove double scrollbar from repo selector Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

repo selector has two scrollbars

2 participants